简体版 English
تسجيل الدخول إنشاء حساب جديد

طول مسار التعليمات بالانجليزي

يبدو
"طول مسار التعليمات" أمثلة على
الترجمة إلى الإنجليزيةجوال إصدار
  • instruction path length
أمثلة
  • When executing a benchmark program, most of the instruction path length is typically inside the program's inner loop.
    عند تنفيذ برنامج مرجعي يكون معظم طول مسار التعليمات عادةً داخل الحلقة الداخلية للبرنامج.
  • Expressed in terms of instruction path length, this metric would be reduced in this instance by a massive factor of 50 – a reason why actual instruction timings might be a secondary consideration compared to a good choice of algorithm requiring a shorter path length.
    وللتعبير في ضوء طول مسار التعليمات, فإن هذا المقياس قد ينخفض في هذا المثال بعامل كبير 50 وهو السبب أن توقيتات التعليمات الفعلية قد يكون اعتبار فرعي مقارنةً بالاختيار الجيد للـ خوارزمية التي تتطب طول مسار أقصر.
  • Expressed in terms of instruction path length, this metric would be reduced in this instance by a massive factor of 50 – a reason why actual instruction timings might be a secondary consideration compared to a good choice of algorithm requiring a shorter path length.
    وللتعبير في ضوء طول مسار التعليمات, فإن هذا المقياس قد ينخفض في هذا المثال بعامل كبير 50 وهو السبب أن توقيتات التعليمات الفعلية قد يكون اعتبار فرعي مقارنةً بالاختيار الجيد للـ خوارزمية التي تتطب طول مسار أقصر.
  • Since one statement written in a high-level language can produce multiple machine instructions of variable number, it is not always possible to determine instruction path length without, for example, an instruction set simulator – that can count the number of 'executed' instructions during simulation.
    نظراً لأن عبارة واحدة مكتوبة بأحد اللغات عالية المستوي يمكن أن ينتج عنها تعليمات آلة متعددة بأرقام متباينة, فليس من الممكن دوما تحديد طول مسار التعليمات ـ علي سبيل المثال ـ بدون نموذج محاكاة لمجموعة تعليمات يستطيع تحديد عدد التعليمات المُنفذة أثناء المحاكاة.
  • The instruction path length of an assembly language program is generally vastly different than the number of source lines of code for that program, because the instruction path length includes only code in the executed control flow for the given input and does not include code that is not relevant for the particular input, or unreachable code.
    إن طول مسار التعليمات لبرنامج لغة يختلف كثيرا بشكل عام عن عدد خطوط الكود المصدري لهذا البرنامج لأن طول مسار التعليمات يتضمن كود فقط في مسار تدفق الضبط المُنفذ الخاص بالمدخلات المعنية ولا تتضمن بوضوح كود لا يرتبط بمدخل محدد أو كود غير قابل للتحقيق لا يمكن تنفيذه مطلقاً.
  • The instruction path length of an assembly language program is generally vastly different than the number of source lines of code for that program, because the instruction path length includes only code in the executed control flow for the given input and does not include code that is not relevant for the particular input, or unreachable code.
    إن طول مسار التعليمات لبرنامج لغة يختلف كثيرا بشكل عام عن عدد خطوط الكود المصدري لهذا البرنامج لأن طول مسار التعليمات يتضمن كود فقط في مسار تدفق الضبط المُنفذ الخاص بالمدخلات المعنية ولا تتضمن بوضوح كود لا يرتبط بمدخل محدد أو كود غير قابل للتحقيق لا يمكن تنفيذه مطلقاً.